Contribution com.nuxeo.ecm.arender.low.resolution--operations
In component com.nuxeo.ecm.arender.low.resolution
com.nuxeo.ecm.arender.low.resolution
inside nuxeo-arender-core-2023.1.3.jar /OSGI-INF/nuxeo-arender-low-resolution-contrib.xml
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
This contribution is part of XML component Documentation
Operation allowing to retrieve a low resolution blob for ARender Previewer. Operation returns the blob present in blobXPath property on input document if it's not file:content, otherwise operation returns OriginalJpeg picture view if Picture facet is present on document or MP4 480p video if Video facet is present on document.
Extension Point
Extension point operations of component OperationServiceComponent.Registration Order
1
The registration order represents the order in which this contribution was registered on its target extention
point.
This will impact the override/merge behaviour when it is implemented on the target service, and is useful for
proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
Contributed Items
XML Source
<extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
<documentation>
Operation allowing to retrieve a low resolution blob for ARender Previewer.
Operation returns the blob present in blobXPath property on input document if it's not file:content, otherwise
operation returns OriginalJpeg picture view if Picture facet is present on document or MP4 480p video if Video
facet is present on document.
</documentation>
<operation class="com.nuxeo.ecm.arender.core.ARenderGetBlob"/>
</extension>